![]() |
PATH![]() |
![]() ![]() |
You should always use these functions to test for Navigation Services availability and features. Navigation Services is a shared library, so calling the Gestalt function does not reveal whether it is running.
NavServicesAvailable
determines whether the Navigation Services library is available on the user's system.NavLibraryVersion
reports the currently installed version of the Navigation Services library.Determines whether the Navigation Services library is available on the user's system.
Boolean NavServicesAvailable (void);
There is a known problem with Navigation Services 1.0 that occurs if you call NavServicesAvailable more than once without the Appearance Manager being installed. Make sure that you check for the presence of the Appearance Manager before calling NavServicesAvailable .
Reports the currently installed version of the Navigation Services shared library.
UInt32 NavLibraryVersion (void);
If you need to use Navigation Services features that are present only in version 1.1, use this function to determine which version of Navigation Services is installed.
Previous | Back Up One Level | Next |